stylecontext: Refactor gtk_style_context_invalidate()
authorBenjamin Otte <otte@redhat.com>
Sun, 22 Feb 2015 07:26:29 +0000 (08:26 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 Mar 2015 14:23:32 +0000 (15:23 +0100)
commit399df06d1931add5d5b0422f6f99fe4ff1a1faa7
tree2abd169e6cbad9a0c85b6b784e4ea06a8f379e1b
parent6dd19306eb982597fcf8e9d809128cef5c952dd3
stylecontext: Refactor gtk_style_context_invalidate()

There's no need anymore to recreate styles, nodes do that automagically
now.

This allows making gtk_css_node_set_style() private.
gtk/gtkcssnode.c
gtk/gtkcssnodeprivate.h
gtk/gtkstylecontext.c